ModifyMountTarget
Description
call the ModifyMountTarget interface to modify mount point information.
Request Method
POST
Request Path
/apsara/route/NAS/ModifyMountTarget
Request Parameters Common Parameters
| Name | Location | Type | Required | Sample value | Description |
|---|---|---|---|---|---|
| Status | BODY | string | No | Inactive | mount point status. Value: Active: Available Inactive: not available |
| MountTargetDomain | BODY | string | Yes | 1ca404a666-w****.cn-hangzhou.nas.aliyuncs.com | mount point. |
| regionId | BODY | string | Yes | No sample value for this parameter. | region id |
| AccessGroupName | BODY | string | No | classic-test | the permission group bound to the mount point. |
| FileSystemId | BODY | string | Yes | 1ca404**** | file system ID. |
| version | BODY | string | No | 2016-01-01 | version of api |
Return data
| Name | Type | Sample value | Description |
|---|---|---|---|
| RequestId | string | FF387D95-34C4-4879-B65A-99D1FA1**** | request ID. |
Example
Successful Response example
{
"RequestId":"FF387D95-34C4-4879-B65A-99D1FA1****"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}